home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / ARCDTE11.ZIP;1 / ARCDATE.DOC < prev    next >
Encoding:
Text File  |  1993-11-27  |  5.6 KB  |  128 lines

  1. ArcDate version 1.1 Docs
  2.  
  3. Well here is the new and much improved version of ArcDate (formerly
  4. ZipDate).  ArcDate does the following...
  5.  
  6. * "Looks" inside archive files and determines if the files are within
  7.   the age constraint read from a configuration file
  8.  
  9. * Tests ZIP, ARJ, and LZH files
  10.  
  11. * Allows the sysop to set the age constraint of files to be tested
  12.  
  13. * Allows the sysop to set the % of files that must be within the age
  14.   constraint
  15.  
  16. * Sends a message to the sysop defined user alerting them that ArcDate has
  17.   failed an archive
  18.  
  19. * Allows the sysop to determine certain file areas (IE: user to user
  20.   uploads, sysop uploads, or other) that will not be processed.
  21.  
  22. * Will automatically determine the archive type to be tested
  23.  
  24. * Will create a log file containing the file and directory, user, and date
  25.   that an archive failed
  26.  
  27. * Will copy failed files into a user defined directory
  28.  
  29. * And all this is FREE!
  30.  
  31.  
  32.                                   * Setup *
  33.  
  34. There are a few things that must be done and done correctly for this util
  35. to work.  If you do not set it up correctly it will not work properly and I
  36. will NOT be responsible for any screwups.
  37.  
  38. 1.  ArcDate.EXE and ArcDate.CFG must be in the \SBBS\EXEC\ directory to
  39.     work.
  40.  
  41. 2.  Run the ADConfig.EXE to configure the file.  The following options will
  42.     be presented when you install it.
  43.  
  44.     1. How many months an archive can be.  This how old the average of all
  45.     files contained in the archive can be.
  46.  
  47.     2. What percent of files must meet the criteria.  Often archive files
  48.     will be updates to older programs.  Some of these updates will contain
  49.     older files along with the new files.  Set this value to the max
  50.     percent of files that must pass the age checking.
  51.  
  52.     3. What user # should get the failed message.  This is the user number
  53.     that will get the error message when ArcDate fails an upload.  If you
  54.     want this message to go to the sysop then it should be user 0001.MSG.
  55.     The user number must always contain 4 numbers.  The user number must
  56.     also contain leading 0's exactly as the example illustrates.  If you
  57.     want to send the message to user 10 you would enter 0010.MSG.
  58.  
  59.     4. What directory should failed files goto.  This is the drive, and
  60.     directory that failed files will be copied to.  This drive and
  61.     directory must contain the trailing \.  Example C:\ARCDATE\
  62.  
  63.     5. What is the user name not to test on.  This is normally the sysop
  64.     that will be uploading older files locally.  The user name must be
  65.     typed here EXACTLY as it appears in the SynchroNet user info.  This
  66.     users uploads will NOT be checked in any directory.
  67.  
  68.     6. Options 6, 7, and 8 are the same.  They are the drives, and directories
  69.     that ArcDate should not test.  They must all contain the drive letter
  70.     and directory with the trailing \ as in #4.  Suggested areas are
  71.     User to User upload directories, Sysop Upload directories, and one other
  72.     that I define as the alternate.
  73.  
  74. 3.  When starting up ArcDate you must pass the %f and %a commands.  Here is
  75.     an example of how to set up ArcDate...  This can be found under the
  76.     SBBS Config -> File Transfers -> Testable Files
  77.  
  78.        …[˛][?]ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
  79.        ∫                        Testable File Type                       ∫
  80.        ÃÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕπ
  81.        ∫ ≥File Extension        ZIP                                      ∫
  82.        ∫ ≥Command Line          %!arcdate %f %a                          ∫
  83.        ∫ ≥Working String        Testing Age Constraints...               ∫
  84.        »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
  85.  
  86.     ArcDate will test ARJ, ZIP, and LHZ files automatically so the same
  87.     configuration setting can be used for them all.
  88.  
  89. --------------------------------------------------------------------------
  90.                            * Trouble Shooting *
  91.  
  92. 1.  If ArcDate does not send the correct user the failed message at logon
  93.     it is because you have not entered the user number in the form of leading
  94.     0's and extension MSG.
  95.  
  96. 2.  If ArcDate does not correctly skip directories that you have specified
  97.     as directories to skip you have either left of the trailing \ or the
  98.     directory you have specified does not exist or is incorrect.
  99.  
  100. 3.  If ArcDate gives you a runtime error 003 at 0000:12BE it is because you
  101.     have specified an invalid failed directory to save to.  Make sure the
  102.     directory exists and that you have supplied the trailing \
  103.  
  104. 4.  If ArcDate does not correctly determine what type of archive you are
  105.     testing let me know.  I have tested it with version 2.04g of Pkzip, version
  106.     2.41a or ARJ, and version 2.11 of LHA.  Newer versions of these
  107.     compression programs may not work correctly.
  108.  
  109. 5.  If you get something that does not fit the bill of what I have detailed
  110.     here leave me Email on Vertraun (714-529-5313) or on my system Rolling
  111.     Thunder (207-878-8216) and I will help the best I can.
  112.  
  113. -----------------------------------------------------------------------------
  114.  
  115. ArcDate is given to you as Freeware.  I do not expect to make a life
  116. savings from this program.  If you however do use the program and find it
  117. of use and wish to send me 5 bucks or what ever you think it is worth, then
  118. by all means feel free.  I will be that much more encouraged to release
  119. newer versions of it!
  120.  
  121. Send them to:   Jeff Richard
  122.                 11 st. Joseph St.
  123.                 Portland, ME 04103-3315
  124.  
  125. And please remember one thing....
  126.  
  127. Just say NO to light beer!
  128.